/*通用样式*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000000;
	text-decoration: none;
}

/*删除a标签下划线  设置最多的颜色*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

/*h标签统一字体大小*/
/*body{ font-family: "微软雅黑";}  页面默认字体样式*/
p {
	color: #333333;
}

ul,
li {
	list-style: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

/*清浮动*/
.l {
	float: left;
}

/*左浮动*/
.r {
	float: right;
}

/*右浮动*/
.container {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

/*版心宽度居中相对定位*/
.container-fluid {
	width: 100%;
}

/*通栏*/

.index {
	width: 100%;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
}

.top {
	height: auto;
}

.logo {
	display: block;
	position: absolute;
	top: 23px;
	left: 0;
	z-index: 1;
	width: auto;
	height: 54px;
	width: 100%;
}

.logo img {
	display: block;
	width: auto;
	height: 100%;
}

.top-nav {
	float: left;
	margin-top: 24px;
	margin-left: 303px;
}

.top-nav li {
	margin-right: 46px;
	float: left;
}

.top-nav li a {
	display: block;
	width: auto;
	padding: 0 3px;
	font-size: 16px;
	line-height: 52px;
	font-weight: 400;
	position: relative;
	text-align: center;
	transition-property: border-color, background-color, color;
	transition-duration: .5s;
	transition-timing-function: ease;
}

.top-nav li a:after {
	clear: both;
	content: "";
	display: block;
	width: 52px;
	height: 2px;
	background-color: #0076a8;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	bottom: 0;
	opacity: 0;
}

.top-nav .on a {
	color: #0076a8;
}

.top-nav .on a:after {
	opacity: 1;
}

.top-nav li:hover a {
	color: #0076a8;
}

.top-nav li:hover a:after {
	opacity: 1;
}

.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner .swiper-container {
	width: 100%;
	height: auto;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 5px 10px;
	opacity: .4;
	background-color: #000;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
}

.banner .swiper-pagination-bullet-active {
	opacity: .8;
	background-color: #fff;
	border-color: #000;
}

.service {
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
}

.service .container {
	height: 793px;
	padding-top: 77px;
}

.service-bt {
	width: 100%;
	height: auto;
	padding-top: 25px;
}

.service-bt-p1 {
	line-height: 60px;
	text-align: center;
	font-size: 40px;
}

.service-bt-p2 {
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	line-height: 20px;
	margin-top: 5px;
}

.service-bt img {
	display: block;
	margin: 15px auto 0;
	width: 146px;
	height: 10px;
}

.service-p {
	color: #666666;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}

.service-div {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 60px;
}

.service-swiper {
	width: 100%;
	height: auto;
}

.service-swiper .swiper-container {
	width: 100%;
	height: 326px;
}

.service-swiper .swiper-slide {
	overflow: hidden;
	background-image: url(../img/service-bj.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.service-swiper .swiper-slide:hover {
	background-image: url(../img/service-bj2.png);
}

.service-swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 34px 127px 34px;
}

.service-swiper .swiper-slide a img {
	display: block;
	width: 75px;
	height: 77px;
}

.service-swiper .swiper-slide-p1 {
	font-weight: 700;
	font-size: 18px;
	padding: 39px 0 12px;
	transition-property: border-color, background-color, color;
	transition-duration: .5s;
	transition-timing-function: ease;
	word-break: break-all;
	word-wrap: break-word;
}

.service-swiper .swiper-slide-p2 {
	font-weight: 400;
	font-size: 16px;
	font-family: Arial;
	transition-property: border-color, background-color, color;
	transition-duration: .5s;
	transition-timing-function: ease;
	word-break: break-all;
	word-wrap: break-word;
}

.service-swiper .swiper-slide:hover .swiper-slide-p1,
.service-swiper .swiper-slide:hover .swiper-slide-p2 {
	color: #FFFFFF;
}

.service .swiper-button-next {
	width: 47px;
	height: 47px;
	left: 601px;
	right: auto;
	top: auto;
	bottom: -50px;
	outline: none;
	background: url(../img/next.png) no-repeat center center;
}

.service .swiper-button-next.swiper-button-disabled {
	background: url(../img/next2.png) no-repeat center center;
	opacity: 1;
}

.service .swiper-button-prev {
	right: auto;
	top: auto;
	bottom: -50px;
	left: 552px;
	width: 47px;
	height: 47px;
	outline: none;
	background: url(../img/prev.png) no-repeat center center;
}

.service .swiper-button-prev.swiper-button-disabled {
	background: url(../img/prev2.png) no-repeat center center;
	opacity: 1;
}

.service .swiper-button-next:after,
.service .swiper-button-prev:after {
	display: none;
}

.business {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

.business .container {
	padding-top: 29px;
	padding-bottom: 157px;
}

.business-bt {
	width: 100%;
	height: auto;
}

.business-bt-p1 {
	color: #F0F1F6;
	text-align: center;
	font-size: 60px;
	line-height: 80px;
}

.business-bt-p2 {
	font-size: 32px;
	line-height: 42px;
	color: #3C4997;
	text-align: center;
	margin-top: -42px;
}

.business-text {
	width: 437px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 1.9;
	margin: 20px auto 0;
}

.business-ul {
	width: 100%;
	height: 890px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.business-ul li {
	width: 280px;
	height: 280px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.business-ul li a {
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.business-ul li:hover a {
	opacity: 1;
}

.business-ul li:nth-of-type(1) {
	width: 587px;
	left: 0;
	top: 0;
}

.business-ul li:nth-of-type(2) {
	left: 614px;
	top: 0;
}

.business-ul li:nth-of-type(3) {
	height: 585px;
	left: 920px;
	top: 0;
}

.business-ul li:nth-of-type(4) {
	left: 0;
	top: 305px;
}

.business-ul li:nth-of-type(5) {
	left: 307px;
	top: 305px;
}

.business-ul li:nth-of-type(6) {
	left: 614px;
	top: 305px;
}

.business-ul li:nth-of-type(7) {
	left: 0;
	top: 610px;
}

.business-ul li:nth-of-type(8) {
	width: 587px;
	left: 307px;
	top: 610px;
}

.business-ul li:nth-of-type(9) {
	left: 920px;
	top: 610px;
}

.odds {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

.odds-bt {
	padding-bottom: 60px;
}

.odds-p1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #202020;
	text-align: center;
}

.odds-p1 span {
	color: #ff0101;
}

.odds-p2 {
	font-size: 19px;
	line-height: 19px;
	margin: 16px 0 0 0;
	font-weight: 200;
	color: #333;
	text-align: center;
}

.odds .swiper-container {
	width: 100%;
	height: 500px;
}

.odds .swiper-slide {
	background-position: top center;
	background-size: 100%;
	transition-property: background-size;
	transition-duration: 0.3s;
	position: relative;
}

.odds .swiper-slide>div {
	position: absolute;
	width: 100%;
	height: 38%;
	left: 0;
	bottom: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: center;
	padding: 16% 0 0 0;
	background-image: url(../img/odds-b.png);
}

.odds .swiper-slide:nth-of-type(2n)>div {
	background-image: url(../img/odds-h.png);
}

.odds .swiper-slide:hover {
	background-size: 120%;
}

.odds .swiper-slide>div>img {
	display: block;
	width: 16%;
	max-width: 80px;
	margin: 0 auto 1%;
	z-index: 100;
}

.odds .swiper-slide>div>p {
	color: #222222;
	font-size: 16px;
	line-height: 20px;
	margin: 8px 0 0 0;
	text-align: center;
}

.odds .swiper-slide:nth-of-type(2n)>div>p {
	color: #fefefe;
}

.odds .swiper-button-prev {
	left: 20px;
	background-size: 100% auto;
	width: 44px;
	height: 77px;
	background-image: url(../img/btn_slider_prev.png);
}

.odds .swiper-button-next {
	right: 20px;
	background-size: 100% auto;
	width: 44px;
	height: 77px;
	background-image: url(../img/btn_slider_next.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.case {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

.case .container {
	padding-top: 77px;
	padding-bottom: 60px;
}

.case-ul {
	width: 100%;
	margin-top: 50px;

}

.case-ul li {
	width: 33.3%;
	float: left;
	padding: 0 15px 30px;
}

.case-ul li a {
	display: block;
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.case-ul li a p {
	width: 100%;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	opacity: 0;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	padding: 0 5px;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
}

.case-ul li a:hover p {
	opacity: 1;
}

.team {
	width: 100%;
	height: auto;
	padding: 70px 0;
	background-color: #f9f9f9;
}

.team-bt {
	width: 100%;
	position: relative;
}

.team-bt img {
	display: block;
	width: 196px;
	height: 10px;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -98px;
}

.team-bt p {
	color: #333333;
	font-size: 30px;
	text-align: center;
}

.team-p1 {
	color: #888888;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 15px;
}

.team-ul {
	width: 100%;
	height: auto;
	margin-top: 110px;
}

.team-ul li {
	width: 286px;
	height: 290px;
	margin-right: 17px;
	padding-top: 44px;
	position: relative;
	float: left;
}

.team-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.team-ul li>div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/team-ul.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}

.team-ul li>div>div {
	width: 128px;
	height: 128px;
	margin: -44px auto 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.team-name {
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	text-align: center;
	margin: 30px 0;
}

.team-tel {
	text-align: center;
	font-size: 14px;
	color: #24A8A7;
	line-height: 20px;
	font-weight: bold;
}

.team-email {
	text-align: center;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}

.team-ul li>div a {
	display: block;
	width: 118px;
	height: 34px;
	margin: 35px auto 0;
	border: rgb(221, 221, 221) 1px solid;
	background-color: #FFFFFF;
	border-radius: 8px;
	font: normal 700 14px/1 '微软雅黑';
	color: rgb(85, 85, 85);
	text-align: center;
	line-height: 34px;
	background-image: url(../img/team-a.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.team-ul li>div a:hover {
	background-color: rgb(8, 135, 130);
	border: none;
	color: #FFFFFF;
}

/*关于我们*/
.about {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding: 90px 0;
}

.about-bt {
	color: #333333;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
}

.about-img {
	display: block;
	width: 48px;
	height: 10px;
	margin: 20px auto;
}

.about-jz {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.about-jz img {
	width: 15px;
	height: 17px;
	margin-right: 10px;
}

.about-jz span {
	display: inline-block;
	font-size: 16px;
	color: #888888;
	margin-right: 25px;
}

.about-text {
	width: 100%;
	margin-top: 40px;
}

.about-text img {
	max-width: 100% !important;
}

.goods {
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px 0;
}

.goods-ul {
	width: 100%;
	height: auto;
}

.goods-ul li {
	width: 100%;
	height: auto;
	margin: 100px 0;
}

.goods-img {
	width: 400px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	float: right;
}

.goods-ul li:nth-of-type(2n) .goods-img {
	float: left;
}

.goods-div {
	width: 600px;
	height: auto;
	float: left;
	padding: 20px 0;
}

.goods-ul li:nth-of-type(2n) .goods-div {
	float: right;
}

.goods-bt {
	font-size: 30px;
	color: #555555;
	line-height: 40px;
}

.goods-btimg {
	width: 48px;
	height: 10px;
	margin-top: 20px;
}

.goods-text {
	font-size: 14px;
	color: #888888;
	line-height: 1.8;
	margin-top: 40px;
}

.goods-a {
	width: 150px;
	height: 50px;
	box-shadow: rgb(153, 153, 153) 0px 9px 35px -9px;
	background-color: rgb(204, 204, 255);
	border-radius: 50px;
	margin: 60px 0 0 11px;
	font: normal 400 18px/1 '微软雅黑';
	text-align: center;
	line-height: 50px;
	color: rgb(255, 255, 255);
}

.goods-a:hover {
	background-color: rgb(153, 153, 204);
}

.goods-cpyfw {
	width: 100%;
	padding: 70px 15px 0;
}

.goods-p1 {
	font-size: 24px;
	color: #353B50;
	text-align: center;
	margin-bottom: 11px;
}

.goods-p2 {
	padding: 0 10%;
	font-size: 16px;
	color: #666b6b;
	text-align: center;
	line-height: 20px;
}

.goods-cpyfw ul {
	width: 100%;
	height: auto;
}

.goods-cpyfw ul li {
	margin: 50px 0 0;
	float: left;
	width: 25%;
}

.goods-cpyfw ul li img {
	width: 30%;
	float: left;
	display: block;
	height: auto;
}

.goods-cpyfw ul li div {
	width: 70%;
	text-align: left;
	padding-left: 10px;
	float: left;
}

.goods-lip1 {
	font-size: 14px;
	color: #353B50;
	margin-bottom: 10px;
	line-height: 1.2;
}

.goods-lip2 {
	font-size: 12px;
	color: #666b6b;
	font-weight: 300;
}

.case-data {
	width: 100%;
	height: auto;
}

.case-data-bj {
	width: 100%;
	height: 193px;
	background-image: url(../img/case-data.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.case-data-ul {
	width: 100%;
	height: auto;
	padding: 47px 0;
}

.case-data-ul li {
	width: 25.00%;
	padding: 0 15px 40px;
	height: 372px;
	float: left;
}

.case-data-ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.case-data-ul li a>div {
	width: 100%;
	height: 237px;
	overflow: hidden;
}

.case-data-ul li a>div>div {
	width: 100%;
	height: 237px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.case-data-ul li a>div>div:hover {
	transform: scale(1.1);
}

.case-data-p1 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	padding: 17px 0 10px;
}

.case-data-p2 {
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden;
	/* 溢出隐藏 */
	text-overflow: ellipsis;
	/* 溢出省略号 */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制在一个块元素显示的文本的行数 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	word-break: break-all;
	/* 内容自动换行 */
}

.contact {
	width: 100%;
	height: auto;
}

.contact-bt {
	width: 100%;
	height: 230px;
	background-image: url(../img/contact-bt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	padding-top: 65px;
}

.contact-bt-p1 {
	font-size: 28px;
	color: #3C4997;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}

.contact-bt-p2 {
	font-size: 14px;
	color: #3C4997;
	text-align: center;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 12px;
}

.contact-bt img {
	display: block;
	margin: 0 auto;
	width: 17px;
	height: 25px;
}

.contact .container {
	padding: 70px 0;
}

.contact-div {
	width: 1010px;
	height: 454px;
	margin: -84px auto 0;
	background-image: url(../img/contact-div-bj.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: relative;
	z-index: 99;
	padding-top: 65px;
}

.contact-div-bt {
	color: #F0F1F6;
	font-size: 60px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.contact-div-bt p {
	width: 100%;
	font-size: 32px;
	color: #3C4997;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.contact-div>p {
	font-size: 14px;
	color: #888888;
	padding-left: 355px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	line-height: 20px;
	margin-bottom: 13px;
}

.contact-div>p>img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 18px;
	max-height: 18px;
	margin-right: 14px;
}

.leave {
	width: 384px;
	height: auto;
	margin: 40px auto 0;
}

.leave-bt {
	color: #F0F1F6;
	font-size: 60px;
	text-align: center;
	line-height: 84px;
	position: relative;
	margin-bottom: 20px;
}

.leave-bt p {
	width: 100%;
	font-size: 32px;
	color: #3C4997;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 15px;
}

.leave-input {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
}

.leave-input input {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #f5f5f5;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 10px;
	outline: none;
}

.leave-textarea {
	width: 100%;
	height: 110px;
	margin-bottom: 20px;
}

.leave-textarea textarea {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #f5f5f5;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 10px;
	outline: none;
}

.leave button {
	display: block;
	outline: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	background-color: #3c4997;
	text-align: center;
	border-radius: 5px;
}

.contact-dt {
	display: block;
	width: 100%;
	height: auto;
}

.news {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}

.news-bj {
	width: 100%;
	height: 287px;
	background-image: url(../img/news-bt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
}

.news .container {
	padding: 30px 0 60px;
}

.news-mb {
	font-size: 14px;
	color: #555555;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-mb a {
	font-size: 14px;
	color: #555555;
}

.news-mb a:hover {
	color: #0076a8;
}

.news-mb span {
	margin: 0 5px;
}

.news-nav {
	width: 200px;
	height: auto;
	float: left;
}

.news-nav li,
.news-nav div {
	width: 100%;
	height: auto;
	margin-bottom: 2px;
}

.news-nav li a,
.news-nav div a {
	display: block;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	color: rgb(51, 51, 51);
	font-size: 16px;
	line-height: 50px;
	font-weight: 400;
	background: #FFFFFF;
}

.news-nav li a:hover {
	background: #0076a8;
	color: #FFFFFF;
}

.news-nav .on a,
.news-nav div a {
	background: #0076a8;
	color: #FFFFFF;
}

.news-ul {
	width: 980px;
	height: auto;
	margin-bottom: 30px;
	float: right;
}

.news-ul li {
	width: 100%;
	height: 162px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.news-ul li:hover a {
	color: #0076a8;
}

.news-img {
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #FFFFFF;
}

.news-ul li div {
	width: 100%;
	padding-left: 142px;
}

.news-ul li div a {
	display: block;
	font-size: 18px;
	color: #555555;
	line-height: 24px;
	transition-property: border-color, background-color, color;
	transition-duration: .5s;
	transition-timing-function: ease;
	padding: 5px 0 7px;
}

.news-ul li div p {
	transition-property: border-color, background-color, color;
	transition-duration: .5s;
	transition-timing-function: ease;
	font-size: 14px;
	color: #888888;
	line-height: 27px;
	overflow: hidden;
	/* 溢出隐藏 */
	text-overflow: ellipsis;
	/* 溢出省略号 */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 限制在一个块元素显示的文本的行数 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	word-break: break-all;
	/* 内容自动换行 */
}

.naws-fy {
	width: 980px;
	float: right;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.naws-fy li {
	margin: 0 5px;
}

.naws-fy li a {
	padding: 11px 15px;
	font-size: 14px;
	color: #555555;
	background-color: #ffffff;
	border-radius: 3px;
}

.naws-fy li a:hover {
	color: #FFFFFF;
	background-color: #0076a8;
}

.naws-fy li span {
	padding: 11px 15px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0076a8;
	border-radius: 3px;
}

.news-data {
	width: 980px;
	float: right;
	background-color: #FFFFFF;
	padding: 30px;
}

.news-data-bt {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 25px;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.news-data-text {
	width: 100%;
	padding: 10px 0 5px;
}

.news-data-text img {
	max-width: 100% !important;
}

.foot {
	width: 100%;
	background-color: #F0EFF5;
	padding: 40px 0;

}

.foot p {
	text-align: center;
	font-weight: 600;
	padding: 3px 0;

}

.foot>.container {
	padding: 0 30px 30px;
}

.foot-rwm {
	float: left;
	width: 150px;
	height: auto;
	margin-right: 160px;
}

.foot-div {
	width: 25%;
	padding: 15px;
	float: left;
}

.foot-div h3 {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

.foot-div p {
	font-size: 14px;
	color: #c2c1c1;
	line-height: 1.42857143;
}

.foot-ban {
	width: 100%;
	background-color: #282828;
	border-top: 1px solid #282828;
}

.foot-ban .container {
	padding: 10px 15px;
}

.foot-ban p {
	line-height: 1.8;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.foot-ban p a {
	font-size: 14px;
	color: #999999;
}

.nav_box {
	width: 1200px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.log {
	display: flex;
	width: 230px;
	height: auto;
}

.log img {
	width: 100%;
	height: 100%;
}

.top_nav {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.top_nav a {
	font-size: 18px;
	font-weight: 600;
}

.bop_box {
	height: 50px;
	background-color: #60778A;
}

.top_text {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;

	font-weight: 600;
}

.top_text p {
	display: flex;
	align-items: center;
	color: white;
}

.top_text img {
	width: 30px;
	height: auto;
}

.input_box {
	width: 250px;
	height: 100%;
	display: flex;
	align-items: center;
}

.input_box input {
	width: 100%;

}

.input_box img {
	width: 100%;
	height: auto;
}

.cp_box {
	width: 1200px;
	height: 100%;
	padding: 20px 0 50px 0;
	box-sizing: border-box;
	margin: 0 auto;
}

.cp_box h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

.cp_ul {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cp_ul li img {
	display: block;
	margin: 0 auto;
}

.cp_ul h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 10px 0;
}

.cp_ul p {
	width: 240px;
	height: 44px;
	color: #383838;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.about_box {
	width: 100%;
	background-color: #60778A;
}

.about_index {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	align-items: end;
}

.about_index div {
	width: 80%;
	height: 100%;
}

.about_index a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EFBB57;
	color: #3D4D5A;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	height: 100%;
	margin-left:20px;

}

.cp_ml {
	width: 1200px;
	height: 100%;
	margin: 50px auto 0;
	position: relative;
	padding: 20px 0 80px 0;
}

.cp_swpier {
	width: 100%;
	height: 800px;

}

.cp_ml h1 {
	letter-spacing: 3px;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.cp_ml .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cp_ml .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;

	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
}

.xw_box {
	width: 100%;
}

.xw_box a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.xw_box .xw_left {
	display: flex;
	align-items: center;
}

.xw_box h3 {
	font-size: 20px;
	font-weight: 600;
}

.xw_box .xw_left img {
	width: 210px;
	height: 170px;
	margin-right: 10px;
	display: block;
}
.xw_box .xw_right{
    width:800px;
}

.xw_box p {
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.xw_box p,
.xw_box text {
	color: #646464;
}

.xl_bt {
	width: 100%;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}

.xl_bt .xl_left li {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.xl_bt .xl_left li img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.xl_bt .xl_left li p {
	font-size: 18px;
	font-weight: 600;
}

.xl_right h1 {
	text-align: center;
	margin: 0 auto;
}

.xl_right h3 {
	text-align: center;
	margin: 10px auto;
}

.xl_right img {
	display: block;
	margin: 10px auto;
}

.xl_right div {
	display: flex;
	align-items: center;
}

.xl_right div img {
	width: 25px;
	height: auto;
	margin-right: 10px;
}

.xl_right div p {
	margin-right: 10px;
}
.xl_right .coke{
    width:110px;
    height: 110px;
}

.box_list {
	width: 1200px;
	display: flex;
	margin: 30px auto;
}

.box_list ul {
	width: 300px;
}

.box_list ul li {
	width: 100%;
	height: 35px;
	background-color: #1276C4;
	margin-bottom: 10px;
}

.box_list ul li a {
	color: white;
	width: 100%;
	height: 100%;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_list .box_content {
	padding: 40px 20px 0;
	width: 750px;
	margin: 0 auto;
}

.list_box2 {
	width: 800px;
	margin-left: 50px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: auto auto auto;
}

.list_box p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.list_box .img {
	width: 260px;
	height: 335px;
}

.input_box form {
	outline: none;
	height: 40px;

}

.input_box form input {
	height: 40px;
	font-size: 14px;
}

.h_top {
	display: flex;
	align-items: center;
}

.h_top span {
	background-color: #EB5421;
	display: block;
	padding: 5px 10px;
	color: white;
	border-radius: 5px 5px;
	margin: 0 0 10px 10px;
}

.browse {
	display: flex;
	align-items: center;
}

.browse img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}

.search_box {
	width: 100%;

}

.search_box a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
	/* background-color: #ececec; */
}

.search_box h3 {
	font-size: 20px;

}

.search_box p {
	padding: 5px 0;
}

.page_change {
	margin: 20px auto;
	display: flex;
	justify-content: center;
}

.page_change ul li {
	background-color: white;
	color: black;
	height: auto;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_change ul {
	display: flex;
}

.page_change ul li a {
	color: black;
	font-size: 14px;
	height: auto;
}

.newx_query {
	display: flex;
	align-items: center;
}

.btn {
	border: 0;
	width: 40px;
	height: 40px;
	background-color: white;
}

.btn img {
	width: 100%;
	height: auto;
}
.qb_cp{
    width: 100%;
	height: 800px;
}
.zd_show{
	width: 100%;
	height: 800px;
	display: none;
}
.tj_show{
	width: 100%;
	height: 800px;
	display: none;
}
.xwtj_show ,.xwzd_show{
	display: none;
}
.wx_bq{
    width:800px;
    margin: 0 50px 10px 50px;
    font-size: 22px;
    border-bottom:1px solid #ddd;
    
}
.wx_list{
     width:800px;
    margin: 0 50px;
}
.wx_list a{ 
    display:flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom:1px solid #ddd;
}

.ul_B{
    /*display: none;*/
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 90px;
    left:0px;
    z-index: 99;
    background: #3da1f3ad;
    transition: all 0.7s ease;
    transform: translateY(0px);
    /*background: #0374c2;*/
}
.li_b:hover .ul_B{
    /*display:block;*/
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    
}
.li_b {
    position: relative;
    width: 100%;
    height: 100%;
   
  
}
.on:before {
        content: '';
        height: 3px;
        background-color: #0374c2;
        width: 100%;
        position: absolute;
        left: 0;
        top: 80px;
        transform: scaleX(0);
        transition: .3s;
}
.on:hover{
    color:#0374c2;
   
}
.on:hover:before {
  transform: scaleX(1);
}
.li_b .on{
    /*line-height: 130px;*/
    width: 100%;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

 .ul_b_li{
     width: 100%;
     display: block;
 }
.top_nav .ul_B .ul_b_li a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    color: white;
}
.top_nav .ul_B .ul_b_li a:hover{
    /*color: #0374c2;*/
    background: #0374c2;
}
.ul_b_li a:hover{
   
    color: #0374c2;
    
}
.li_hr{
    margin: 5px 0;
}
.li_hr span{
    margin: 0 0 5px 10px;
    display: inline-block;
    background-color: black;
    width: 6px;
    height: 6px;
    border-radius: 5px 5px;
}


 .swiper-button-next:after {
        display: block;
      }
      .swiper-button-prev:after {
        display: block;
      }
.img_bd{
    /*width:100%;*/
    transition: all 0.2s;
}
.img_bd:hover{
    transform: scale(1.05);
}
.xw_left:hover h3{
    color: #6fbeff;
}
.cp_table{
    width:800px;
    margin: 0 20px;
}
.cp_table table{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D5D6D7;
}

.cp_table table tr th{
    background: #E5E7E9;
     border: 1px solid #D5D6D7;
     padding: 5px 10px;
}
.cp_table table tr td{
     padding: 5px 10px;
    text-align: center;
     border: 1px solid #D5D6D7;
}
.cp_table table tr a{
    display: inline-block;  
    padding: 5px 30px;
    color: white;
    background: #F75108;
    border-radius: 20px 20px;
}
.li_hr_left{
    display: block;
    border-bottom:1px solid #D5D6D7 ;
    padding: 3px  0;
}
.li_hr_left span{
    display: inline-block;
    width:5px;
    height: 5px;
    background: black;
    border-radius: 3px 3px;
}
.dt_img:hover .dh_img{
    animation-name: test;
     animation-duration: 0.8s;
}
.dt_img img{
    height: 97px;
}
.li_hr_left:hover{
    color:#3c9ae3;
}
@keyframes test {
    0%{
        position: relative;
        top:-30px
    }
    25%{
        position: relative;
        top:-20px
    }
    50% {
      position: relative;
        top:-30px
    }
    75% {
      position: relative;
      top:-10px
    }
     100% {
      position: relative;
      top:0px
    }
}

